Skip to content

fix(client): voice lounge background-picker fits narrow viewports - #1109

Closed
NC1107 wants to merge 1 commit into
mainfrom
fix/voice-lounge-responsive
Closed

fix(client): voice lounge background-picker fits narrow viewports#1109
NC1107 wants to merge 1 commit into
mainfrom
fix/voice-lounge-responsive

Conversation

@NC1107

@NC1107 NC1107 commented May 22, 2026

Copy link
Copy Markdown
Owner

Summary

The background-picker dialog had a hard-coded width of 400px, but it opens at 600px+ viewports — there is no safety net for 360-400px phones. Clamp to `viewport.clamp(320, 440)` so the dialog stays inside any screen that can trigger it.

Test plan

  • `flutter analyze` clean
  • `dart format` clean

Part of the 2026-05-22 responsive audit (#1101).

…wport

The dialog hard-coded width: 400 which overflows 360px phones (since the dialog
opens at 600px+). Clamp width to 320–440 based on actual viewport size so the
dialog fits on every device that triggers it.
@NC1107

NC1107 commented May 22, 2026

Copy link
Copy Markdown
Owner Author

Folded into bundle PR #1132 (dev → main). All commits preserved via no-ff merges; the individual PRs ship together once #1132's CI is green.

@NC1107 NC1107 closed this May 22, 2026
@NC1107
NC1107 deleted the fix/voice-lounge-responsive branch May 26, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant